repo.or.cz
/
andmenj-acm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Adding ICPC Live Archive
[andmenj-acm.git]
/
ICPC Live Archive
/
3927 - Ambiguous Codes
/
gen.rb
blob
8a9dfeb178b01460fef85841f1434f49c97182c1
1
n = 100
2
puts n
3
n.times do
4
len = rand(50) + 1
5
len.times do
6
print rand(16).to_s(16).capitalize
7
end
8
puts
9
end
10
puts 0